<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://egonw.github.io/blog/feed/by_tag/opentox.xml" rel="self" type="application/atom+xml" /><link href="http://egonw.github.io/blog/" rel="alternate" type="text/html" /><updated>2026-05-23T09:34:52+00:00</updated><id>http://egonw.github.io/blog/feed/by_tag/opentox.xml</id><title type="html">chem-bla-ics</title><subtitle>Chemblaics (pronounced chem-bla-ics) is the science that uses open science and computers to solve problems in chemistry, biochemistry and related fields.</subtitle><author><name>Egon Willighagen</name></author><entry><title type="html">Oxford, August 2010: eCheminfo Predictive ADME &amp;amp; Toxicology 2010 Workshop</title><link href="http://egonw.github.io/blog/2010/03/22/oxford-august-2010-echeminfo-predictive.html" rel="alternate" type="text/html" title="Oxford, August 2010: eCheminfo Predictive ADME &amp;amp; Toxicology 2010 Workshop" /><published>2010-03-22T00:00:00+00:00</published><updated>2010-03-22T00:00:00+00:00</updated><id>http://egonw.github.io/blog/2010/03/22/oxford-august-2010-echeminfo-predictive</id><content type="html" xml:base="http://egonw.github.io/blog/2010/03/22/oxford-august-2010-echeminfo-predictive.html"><![CDATA[<p>The first week of August I will attend the <a href="http://echeminfo.com/COMTY_oxfordadmet10">eCheminfo Predictive ADME &amp; Toxicology Workshop</a>
(<a href="http://events.linkedin.com/eCheminfo-Predictive-ADME-Toxicology/pub/271590">LinkedIn Event</a>) for which I received a
<a href="http://barryhardy.blogs.com/cheminfostream/2010/02/bursary-award-applications-echeminfo-oxford-2010-workshops.html">Bursary Award</a>.
It will be my first time in Oxford, and I am very much looking forward to it!</p>

<p>The meeting is also bound to be fun. I have not done much in the area of toxicology other than the more general QSAR/QSPR model
building with chemometrics. But I have been recently taking to Nina and other of the <a href="http://www.opentox.org/">OpenTox</a> community,
and started to play a bit with the data and computation API they are developing.</p>

<p><img src="/blog/assets/images/bioclipseOpenTox.png" alt="" /></p>

<p>I started a Bioclipse plugin recently (see screenshot), and placed the source code in <a href="http://gitorious.org/bioclipse-opentox/bioclipse-opentox">this bioclipse-opentox</a>
Git repository on <a href="http://gitorious.org/">Gitorious</a> (<a href="http://github.com/egonw">my GitHub account</a> is already over the formal limit).
The functionality is still quite limited, and the manager currently only provides methods to download data sets
(<a href="http://www.myexperiment.org/workflows/1192">myexperiment:1192</a>):</p>

<div class="language-javascript highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="c1">// query a service using the OpenTox API 1.1</span>
<span class="c1">// See: http://www.opentox.org/dev/apis/api-1.1</span>

<span class="kd">var</span> <span class="nx">service</span> <span class="o">=</span> <span class="dl">"</span><span class="s2">http://apps.ideaconsult.net:8180/ambit2/</span><span class="dl">"</span><span class="p">;</span>

<span class="kd">var</span> <span class="nx">datasets</span> <span class="o">=</span> <span class="nx">opentox</span><span class="p">.</span><span class="nf">listDataSets</span><span class="p">(</span><span class="nx">service</span><span class="p">);</span>
<span class="k">for </span><span class="p">(</span><span class="kd">set</span><span class="o">=</span><span class="mi">0</span><span class="p">;</span> <span class="kd">set</span><span class="o">&lt;</span><span class="nx">datasets</span><span class="p">.</span><span class="nf">size</span><span class="p">();</span> <span class="kd">set</span><span class="o">++</span><span class="p">)</span> <span class="p">{</span>
  <span class="kd">var</span> <span class="nx">dataset</span> <span class="o">=</span> <span class="nx">datasets</span><span class="p">.</span><span class="nf">get</span><span class="p">(</span><span class="kd">set</span><span class="p">);</span>
  <span class="nx">js</span><span class="p">.</span><span class="nf">say</span><span class="p">(</span><span class="dl">"</span><span class="s2">Downloading set: </span><span class="dl">"</span> <span class="o">+</span> <span class="nx">dataset</span><span class="p">);</span>
  <span class="nx">ui</span><span class="p">.</span><span class="nf">open</span><span class="p">(</span>
    <span class="nx">opentox</span><span class="p">.</span><span class="nf">downloadDataSetAsMDLSDfile</span><span class="p">(</span>
       <span class="nx">service</span><span class="p">,</span> <span class="nx">dataset</span><span class="p">,</span> <span class="dl">"</span><span class="s2">/OpenTox/ambit</span><span class="dl">"</span> <span class="o">+</span> <span class="nx">dataset</span> <span class="o">+</span> <span class="dl">"</span><span class="s2">.sdf</span><span class="dl">"</span>
    <span class="p">)</span>
  <span class="p">)</span>
<span class="p">}</span>
</code></pre></div></div>

<p>Behind this plugin is again the RDF plugin, as OpenTox uses RDF too, a few simple SPARQL queries was all that needed to be defined.
And <a href="http://chem-bla-ics.blogspot.com/2010/03/rdf-powered-qsar-wizard-sparql-end.html">again</a>, the Bioclipse pluigin
code base is pretty small.</p>]]></content><author><name>Egon Willighagen</name></author><category term="bioclipse" /><category term="qsar" /><category term="toxicology" /><category term="opentox" /><category term="ambit" /><summary type="html"><![CDATA[The first week of August I will attend the eCheminfo Predictive ADME &amp; Toxicology Workshop (LinkedIn Event) for which I received a Bursary Award. It will be my first time in Oxford, and I am very much looking forward to it!]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://egonw.github.io/blog/blog/assets/images/bioclipseOpenTox.png" /><media:content medium="image" url="http://egonw.github.io/blog/blog/assets/images/bioclipseOpenTox.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>